3.246 \(\int \frac{1}{\sqrt{-1-x^2} \sqrt{2+4 x^2}} \, dx\)

Optimal. Leaf size=51 \[ \frac{\sqrt{2 x^2+1} F\left (\left .\tan ^{-1}(x)\right |-1\right )}{\sqrt{2} \sqrt{-x^2-1} \sqrt{\frac{2 x^2+1}{x^2+1}}} \]

[Out]

(Sqrt[1 + 2*x^2]*EllipticF[ArcTan[x], -1])/(Sqrt[2]*Sqrt[-1 - x^2]*Sqrt[(1 + 2*x
^2)/(1 + x^2)])

_______________________________________________________________________________________

Rubi [A]  time = 0.0372169, antiderivative size = 51, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.043 \[ \frac{\sqrt{2 x^2+1} F\left (\left .\tan ^{-1}(x)\right |-1\right )}{\sqrt{2} \sqrt{-x^2-1} \sqrt{\frac{2 x^2+1}{x^2+1}}} \]

Antiderivative was successfully verified.

[In]  Int[1/(Sqrt[-1 - x^2]*Sqrt[2 + 4*x^2]),x]

[Out]

(Sqrt[1 + 2*x^2]*EllipticF[ArcTan[x], -1])/(Sqrt[2]*Sqrt[-1 - x^2]*Sqrt[(1 + 2*x
^2)/(1 + x^2)])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 5.72887, size = 51, normalized size = 1. \[ \frac{\sqrt{2} \sqrt{4 x^{2} + 2} F\left (\operatorname{atan}{\left (x \right )}\middle | -1\right )}{2 \sqrt{- \frac{- 4 x^{2} - 2}{x^{2} + 1}} \sqrt{- x^{2} - 1}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/(-x**2-1)**(1/2)/(4*x**2+2)**(1/2),x)

[Out]

sqrt(2)*sqrt(4*x**2 + 2)*elliptic_f(atan(x), -1)/(2*sqrt(-(-4*x**2 - 2)/(x**2 +
1))*sqrt(-x**2 - 1))

_______________________________________________________________________________________

Mathematica [C]  time = 0.0432214, size = 37, normalized size = 0.73 \[ -\frac{i \sqrt{x^2+1} F\left (\left .i \sinh ^{-1}(x)\right |2\right )}{\sqrt{2} \sqrt{-x^2-1}} \]

Antiderivative was successfully verified.

[In]  Integrate[1/(Sqrt[-1 - x^2]*Sqrt[2 + 4*x^2]),x]

[Out]

((-I)*Sqrt[1 + x^2]*EllipticF[I*ArcSinh[x], 2])/(Sqrt[2]*Sqrt[-1 - x^2])

_______________________________________________________________________________________

Maple [A]  time = 0.06, size = 33, normalized size = 0.7 \[{{\frac{i}{2}}{\it EllipticF} \left ( ix\sqrt{2},{\frac{\sqrt{2}}{2}} \right ) \sqrt{-{x}^{2}-1}{\frac{1}{\sqrt{{x}^{2}+1}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/(-x^2-1)^(1/2)/(4*x^2+2)^(1/2),x)

[Out]

1/2*I*EllipticF(I*x*2^(1/2),1/2*2^(1/2))/(x^2+1)^(1/2)*(-x^2-1)^(1/2)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{\sqrt{4 \, x^{2} + 2} \sqrt{-x^{2} - 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(sqrt(4*x^2 + 2)*sqrt(-x^2 - 1)),x, algorithm="maxima")

[Out]

integrate(1/(sqrt(4*x^2 + 2)*sqrt(-x^2 - 1)), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (-\frac{\sqrt{4 \, x^{2} + 2} \sqrt{-x^{2} - 1}}{2 \,{\left (2 \, x^{4} + 3 \, x^{2} + 1\right )}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(sqrt(4*x^2 + 2)*sqrt(-x^2 - 1)),x, algorithm="fricas")

[Out]

integral(-1/2*sqrt(4*x^2 + 2)*sqrt(-x^2 - 1)/(2*x^4 + 3*x^2 + 1), x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \frac{\sqrt{2} \int \frac{1}{\sqrt{- x^{2} - 1} \sqrt{2 x^{2} + 1}}\, dx}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(-x**2-1)**(1/2)/(4*x**2+2)**(1/2),x)

[Out]

sqrt(2)*Integral(1/(sqrt(-x**2 - 1)*sqrt(2*x**2 + 1)), x)/2

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{\sqrt{4 \, x^{2} + 2} \sqrt{-x^{2} - 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(sqrt(4*x^2 + 2)*sqrt(-x^2 - 1)),x, algorithm="giac")

[Out]

integrate(1/(sqrt(4*x^2 + 2)*sqrt(-x^2 - 1)), x)